home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / clang / nn.zip / M-3B1G.H < prev    next >
C/C++ Source or Header  |  1989-12-31  |  772b  |  29 lines

  1. /************** Machine (and compiler) dependent definitions. **************
  2.  *
  3.  *    These defs for GCC 1.34 on a UNIX-PC.  Written by Steve
  4.  *    Simmons (scs@lokkur.dexter.mi.us).  Shoot me, not Kim.
  5.  */
  6.  
  7. /*      MACHINE TYPE    DEFINED TYPE        VALUE RANGE    */
  8.  
  9. typedef unsigned char    int8;        /*        0 ..     255 */
  10. typedef short        int16;        /*  -10,000 ..  10,000 */
  11. typedef long        int32;        /* -100,000 .. 100,000 */
  12. typedef unsigned long    uint32;        /*       0 ..  2^31-1 */
  13.  
  14.  
  15. /*
  16.  *     Define NO_VARARGS if the varargs feature is not available
  17.  *
  18.  *    Also define NO_VARARGS if the vprintf/vsprintf routines are not
  19.  *    available (however, this will only by safe on some machines, like
  20.  *    the VAX).
  21.  *    
  22.  */
  23.  
  24. /* #define NO_VARARGS */
  25.  
  26. #ifdef NETWORK_DATABASE
  27. YOU LOSE ON NETWORK_DATABASE
  28. #endif
  29.